home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Containers / ActiveXApp / CIdle.h < prev   
Encoding:
Text File  |  1996-11-01  |  237 b   |  17 lines  |  [TEXT/CWIE]

  1. //
  2. //  idle.cpp
  3. //
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. #include <Threads.h>
  7.  
  8. class    CIdle : public LPeriodical
  9. {
  10. private:
  11. public:
  12.                         CIdle(void);
  13.                         ~CIdle(void);
  14.     virtual void        SpendTime(const EventRecord &Event);
  15. };
  16.  
  17.